﻿2026-07-01T10:33:52.6814852Z ##[group]Run actions/checkout@v5
2026-07-01T10:33:52.6815398Z with:
2026-07-01T10:33:52.6815749Z   repository: SaberMage/spt-core
2026-07-01T10:33:52.6819064Z   token: ***
2026-07-01T10:33:52.6819458Z   ssh-strict: true
2026-07-01T10:33:52.6819935Z   ssh-user: git
2026-07-01T10:33:52.6820253Z   persist-credentials: true
2026-07-01T10:33:52.6820680Z   clean: true
2026-07-01T10:33:52.6821027Z   sparse-checkout-cone-mode: true
2026-07-01T10:33:52.6821409Z   fetch-depth: 1
2026-07-01T10:33:52.6821728Z   fetch-tags: false
2026-07-01T10:33:52.6822053Z   show-progress: true
2026-07-01T10:33:52.6822389Z   lfs: false
2026-07-01T10:33:52.6822691Z   submodules: false
2026-07-01T10:33:52.6823007Z   set-safe-directory: true
2026-07-01T10:33:52.6823393Z env:
2026-07-01T10:33:52.6823697Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-01T10:33:52.6824104Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-01T10:33:52.6824475Z ##[endgroup]
2026-07-01T10:33:52.8786088Z Syncing repository: SaberMage/spt-core
2026-07-01T10:33:52.8787519Z ##[group]Getting Git version info
2026-07-01T10:33:52.8788051Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-01T10:33:52.9131588Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-01T10:33:52.9334472Z git version 2.43.0.windows.1
2026-07-01T10:33:52.9361618Z ##[endgroup]
2026-07-01T10:33:52.9370019Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\8247a957-83a6-4792-91f9-25039c1a8b48\.gitconfig'
2026-07-01T10:33:52.9384556Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\8247a957-83a6-4792-91f9-25039c1a8b48' before making global git config changes
2026-07-01T10:33:52.9385949Z Adding repository directory to the temporary git global config as a safe directory
2026-07-01T10:33:52.9389765Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-01T10:33:52.9621246Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-01T10:33:52.9804117Z https://github.com/SaberMage/spt-core
2026-07-01T10:33:52.9830247Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-01T10:33:52.9835051Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-01T10:33:53.0023162Z HEAD
2026-07-01T10:33:53.0259687Z ##[endgroup]
2026-07-01T10:33:53.0262857Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-01T10:33:53.4089267Z ##[group]Cleaning the repository
2026-07-01T10:33:53.4094881Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-01T10:33:53.4339244Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-01T10:33:53.4783166Z HEAD is now at 66137930 Merge d819a522816b569ada0165e9481241089db573fc into 461e6fe744d99cb967e052a8ecb3b14bbea3d4f2
2026-07-01T10:33:53.4806210Z ##[endgroup]
2026-07-01T10:33:53.4810788Z ##[group]Disabling automatic garbage collection
2026-07-01T10:33:53.4815846Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-01T10:33:53.5064804Z ##[endgroup]
2026-07-01T10:33:53.5065819Z ##[group]Setting up auth
2026-07-01T10:33:53.5071527Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-01T10:33:53.5303106Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-01T10:33:53.9104884Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-01T10:33:53.9332263Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-01T10:33:54.3293949Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-01T10:33:54.3514245Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-01T10:33:54.7202029Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-01T10:33:54.7491654Z ##[endgroup]
2026-07-01T10:33:54.7492202Z ##[group]Fetching the repository
2026-07-01T10:33:54.7502072Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +66137930bb69e0edaf305018643d6e9bd77ff064:refs/remotes/pull/41/merge
2026-07-01T10:33:55.4473085Z ##[endgroup]
2026-07-01T10:33:55.4473475Z ##[group]Determining the checkout info
2026-07-01T10:33:55.4475265Z ##[endgroup]
2026-07-01T10:33:55.4481913Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-01T10:33:55.4751605Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-01T10:33:55.4968249Z ##[group]Checking out the ref
2026-07-01T10:33:55.4973081Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/41/merge
2026-07-01T10:33:55.5329539Z HEAD is now at 66137930 Merge d819a522816b569ada0165e9481241089db573fc into 461e6fe744d99cb967e052a8ecb3b14bbea3d4f2
2026-07-01T10:33:55.5350558Z ##[endgroup]
2026-07-01T10:33:55.5599226Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-01T10:33:55.5826424Z 66137930bb69e0edaf305018643d6e9bd77ff064
